home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Fiszkowe programy do nauki / Teach2000 8.19 / teach819.exe / {app} / HTML Templates / The Matrix.css < prev    next >
Cascading Style Sheet File  |  2007-07-13  |  2KB  |  109 lines

  1. body {
  2.  
  3.     font-family : Arial, "Century Gothic",Georgia, Tahoma;
  4.     font-size : 12px;
  5.     color : #3F763F;
  6.     margin-top : 0px;
  7.     background : #000000;
  8. }
  9.  
  10. acronym {
  11.     border-bottom : thin dashed;
  12.     color : #FFFFFF;
  13. }
  14.  
  15. a {
  16.     text-decoration : underline;
  17.     color : #3F763F;
  18.     font-weight : bold;
  19. }
  20.  
  21. a:hover {
  22.     background-color : #880505;
  23.     color : White;
  24.     font-weight : bold;
  25. }
  26.  
  27. INPUT.Edit {
  28.   width: 90%;
  29.   font-size: 18px;
  30. }
  31.  
  32. DIV.Titles {
  33.   position: absolute;
  34.   width: 100%;
  35.   text-align: center;
  36.   top: 5px;
  37. }
  38.  
  39. TD.NavBar{
  40.   background-color: #000066;
  41.   text-align: center;
  42. }
  43.  
  44. DIV.CardStyle {
  45.   position: absolute;
  46.   font-family: Verdana, Helvetica, sans-serif;
  47.   padding: 5px;
  48.   border-style: solid;
  49.   border-width: 1px;
  50.   color: #000033;
  51.   background-color: #DEE3E7;
  52.   left: -50px;
  53.   top: -50px;
  54. }
  55.  
  56. DIV.Feedback {
  57.   background-color: #FFFFFF;
  58.   left: 1px;
  59.   top: 1px;
  60.   z-index: 1;
  61.   border-width: 1px;
  62.   border-style: none;
  63.   text-align: center;
  64.   color: #000066;
  65.   padding: 5px;
  66.   position: absolute;
  67. }
  68.  
  69. SPAN.Hint{
  70.     color: Red;
  71. }
  72.  
  73. DIV.Result {
  74.     padding-left: 20px;
  75.     padding-bottom: 5px;
  76.     padding-right: 20px;
  77.     padding-top: 5px;
  78. }
  79.  
  80. footer {
  81.   font-size: 10px;
  82. }
  83.  
  84. SPAN.box {
  85.     background-color: #2161A8;
  86.     border: 1px solid #6495ED;
  87.     color: #F0F0F0;
  88.     padding: 0px;
  89.     position: absolute;
  90.     cursor: move;
  91. }
  92.  
  93. SPAN.box_question {
  94.     background-color: #2161A8;
  95.     border: 1px solid #6495ED;
  96.     color: #F0F0F0;
  97.     padding: 0px;
  98.     position: absolute;
  99.     cursor: default;
  100. }
  101.  
  102. SPAN.box:hover {
  103.     border: 2px solid #6495ED;
  104. }
  105.  
  106. SPAN.box_content {
  107.   padding: 5px;
  108. }
  109.